Instance 0

adding="3" cellspacing="0" bgcolor="#ffffff">
Class440.buildGUI()#0{
        JPanel p = new JPanel();
        p.setLayout(new BoxLayout(p, BoxLayout.X_AXIS));
        p.add(progressBar);
}


Instance 1

adding="3" cellspacing="0" bgcolor="#ffffff">
Class460.boxUp(Component a,Component b){
    JPanel newBox = new JPanel();
    newBox.setLayout(new BoxLayout(newBox, BoxLayout.X_AXIS));
    newBox.add(b);
}


Instance 2

adding="3" cellspacing="0" bgcolor="#ffffff">
Class280.createTextGenPanel()#0{
    JPanel textgenPanel = new JPanel();
    textgenPanel.setLayout(new BoxLayout(textgenPanel, BoxLayout.Y_AXIS));
    textgenPanel.add(myEnableAttributesTextGen);
}


Instance 3

adding="3" cellspacing="0" bgcolor="#ffffff">
Class510.addLeftJustifiedComponent(Component component)#1{
        JPanel panel = new JPanel();
        panel.setLayout(new BoxLayout(panel, BoxLayout.X_AXIS));
        panel.add(component);
}


Instance 4

adding="3" cellspacing="0" bgcolor="#ffffff">
Class240.addLabeled(JComponent target,String text,JPanel owner)#0{
    JPanel p = new JPanel();
    p.setLayout(new BoxLayout(p,BoxLayout.X_AXIS));
    p.add(label);
}


Instance 5

adding="3" cellspacing="0" bgcolor="#ffffff">
Class30.createParametersPanel()#1{
        JPanel paramsPanel = new JPanel();
        paramsPanel.setLayout(new BoxLayout(paramsPanel, BoxLayout.X_AXIS));
        paramsPanel.add(path);
}


Instance 6

adding="3" cellspacing="0" bgcolor="#ffffff">
Class120.buildGUI()#0{
    JPanel p = new JPanel();
    p.setLayout(new BoxLayout(p, BoxLayout.Y_AXIS));
    p.add(progressBar);
}